home *** CD-ROM | disk | FTP | other *** search
- >
-
- >
-
-
-
-
-
-
-
- select tabname, tabid from systables where tabid > 99 order by tabname;
-
- select colname, coltype, collength, colno from syscolumns where tabid = (select tabid from systables where tabname = '^0') order by colno;
-
- Error
-
- Error
-
-
-
-
-
- create table ^0 (^1);
-
- ^0 ^1^2
-
- drop table ^0;
-
-
-
- select count(*) from ^1;
-
- select distinct ^0 from ^1 ;
-
- update ^0 set ^1 where ^2;
-
- insert into ^0 (^1) values (^2);
-
- delete from ^0 where ^2;
-
-
-
-
-
-